Q3ViewerRestoreView
You can use theQ3ViewerRestoreView
function to restore the camera associated with a viewer object.
OSErr Q3ViewerRestoreView (TQ3ViewerObject theViewer);
theViewer
- A viewer object.
DESCRIPTION
TheQ3ViewerRestoreView
function restores the camera settings of the viewer specified by thetheViewer
parameter to the original camera specified in the associated view hints object. If there is no view hints object associated with the specified viewer,Q3ViewerRestoreView
creates a new default camera.